POV-Ray : Newsgroups : povray.general : 64-bit compile bug : Re: 64-bit compile bug Server Time
5 Aug 2024 18:17:14 EDT (-0400)
  Re: 64-bit compile bug  
From: Andrew Schultz
Date: 15 Aug 2002 12:50:04
Message: <web.3d5bdaa2b1abd86b9ecef47b0@news.povray.org>
similarly, line 367 of optin.cpp should be:

POV_ISTREAM *Opts_Locate_File(char *filename, u_int32 stype, char *buffer,
int err_flag, POVMSObjectPtr obj);

(use "u_int32" instead of "unsigned long").  With this and the definition of
u_int32 fixed, povray compiles and seems to run.  However, the code is full
of "long" and "unsigned long" that are probably intended to be int32 and
u_int32.

---------------
Andrew Schultz


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.